home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / python / runtime.d / python-gnome2.rtupdate < prev    next >
Text File  |  2009-09-21  |  183b  |  11 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" = rtupdate ]; then
  6.     new_version=${3#python}
  7.     ln -sf libpythonmethod-$new_version.so \
  8.         /usr/lib/gnome-vfs-2.0/modules/libpythonmethod.so
  9. fi
  10.  
  11.